home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Answers 1995 December
/
PC Answers December 1995 (disc errors).iso
/
mxc
/
trout.dir
/
00028_main up.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-05-04
|
262 b
|
12 lines
on mouseDown
global myLine
puppetSprite(10, 0)
set the movieRate of sprite 24 to 0
if the machineType = 256 then
set the video of cast (myLine + 100) to 0
set the controller of cast (myLine + 100) to 0
end if
updateStage()
go("toMain")
end